Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-deps group with 4 updates #151

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the python-deps group with 4 updates: langchain, ollama, openai and unstructured.

Updates langchain from 0.2.14 to 0.2.15

Release notes

Sourced from langchain's releases.

langchain-core==0.2.15

Changes since langchain-core==0.2.13

core[patch]: Release 0.2.15 (#24149) core[patch]: Update styles for mermaid graphs (#24147) core[patch]: propagate parse_docstring to tool decorator (#24123) core[patch]: Clean up indexing test code (#24139) core[patch]: add versionadded to as_tool (#24138) core: release 0.2.14, remove poetry 1.7 incompatible flag from root (#24137) core: Add metadata to graph json repr (#24131) core: fix docstring (#24129) core: mermaid: Render metadata key-value pairs when drawing mermaid graph (#24103) core[minor]: Add dispatching for custom events (#24080)

langchain==0.2.15

Changes since langchain==0.2.14

langchain[patch]: Release 0.2.15 (#25802) date_time_parser (#25763) all: Improve make lint command (#25344) docs: api ref to new site somewheres (#25679) core: pydantic output parser streaming fix (#24415) langchain: Fix type warnings when passing Runnable as agent to AgentExecutor (#24750) fix issue: cannot use document_variable_name to override context in create_stuff_documents_chain (#25531) docs: fix Agent deprecation msg (#25464) [experimental]: minor fix to open assistants code (#24682) langchain[patch]: deprecate various chains (#25310)

langchain-community==0.2.15

Changes since langchain-community==0.2.14

community[patch]: bump + fix core dep (#25901) community: Fix branch not being considered when using GithubFileLoader (#20075) community: Fix a bug in handling kwargs overwrites in Predibase integration, and update the documentation. (#25893) qdrant: Updated class check in Self-Query Retriever factory (#25877) community: Fixed infinity embeddings async request (#25882) community:Fix a bug of LLM in moonshot (#25878) Improvement[Community] Add tool-calling test case for ChatZhipuAI (#25884) add neo4j query constructor for self query (#25288) "community: release 0.2.15" (#25867) community: undo azure_ad_access_token breaking change (#25818) community: Cap AzureOpenAIEmbeddings chunk_size at 2048 instead of 16. (#25852) added octoai test (#21793) premai[patch]: Standardize premai params (#21513) community(sparkllm): Add function call support in Sparkllm chat model. (#20607) Community: sambastudio embeddings GenericV2 API support (#25064) community[patch]: callback before yield for _astream (gigachat) (#25834) Patch enable to use Amazon OpenSearch Serverless(aoss) for Semantic Cache store (#25833) comminity[patch]: fix #25575 YandexGPTs for _grpc_metadata (#25617) community[patch]: Support passing extra params for executing functions in UCFunctionToolkit (#25652)

... (truncated)

Commits

Updates ollama from 0.3.1 to 0.3.2

Release notes

Sourced from ollama's releases.

v0.3.2

What's Changed

New Contributors

Full Changelog: ollama/ollama-python@v0.3.1...v0.3.2

Commits
  • d98f646 IPv6 support (#262)
  • 981015c Merge pull request #261 from ollama/dependabot/pip/ruff-0.6.2
  • 9c34d81 Bump ruff from 0.5.5 to 0.6.2
  • 9f2832d Merge pull request #260 from ollama/dependabot/pip/pytest-asyncio-0.24.0
  • e220e46 Merge pull request #252 from ollama/dependabot/pip/pytest-httpserver-1.1.0
  • dfdeb7c Add URL path to client URL in in Client._parse_host() (#170)
  • 9e6726e Bump pytest-asyncio from 0.23.8 to 0.24.0
  • 10d0ff2 Bump pytest-httpserver from 1.0.12 to 1.1.0
  • See full diff in compare view

Updates openai from 1.42.0 to 1.43.0

Release notes

Sourced from openai's releases.

v1.43.0

1.43.0 (2024-08-29)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: add file search result details to run steps (#1681) (f5449c0)
Changelog

Sourced from openai's changelog.

1.43.0 (2024-08-29)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: add file search result details to run steps (#1681) (f5449c0)
Commits

Updates unstructured from 0.15.7 to 0.15.9

Release notes

Sourced from unstructured's releases.

0.15.9

Enhancements

Features

  • Add support for encoding parameter in partition_csv

0.15.8

Enhancements

  • Bump unstructured.paddleocr to 2.8.1.0.

Features

  • Add MixedbreadAI embedder Adds MixedbreadAI embeddings to support embedding via Mixedbread AI.

Fixes

  • Replace pillow-heif with pi-heif. Replaces pillow-heif with pi-heif due to more permissive licensing on the wheel for pi-heif.
  • Minify text_as_html from DOCX. Previously .metadata.text_as_html for DOCX tables was "bloated" with whitespace and noise elements introduced by tabulate that produced over-chunking and lower "semantic density" of elements. Reduce HTML to minimum character count without preserving all text.
  • Fall back to filename extension-based file-type detection for unidentified OLE files. Resolves a problem where a DOC file that could not be detected as such by filetype was incorrectly identified as a MSG file.
Changelog

Sourced from unstructured's changelog.

0.15.9

Enhancements

Features

  • Add support for encoding parameter in partition_csv

Fixes

  • Check storage contents for OLE file type detection Updates detect_filetype to check the content of OLE files to more reliable differentiate DOC, PPT, XLS, and MSG files. As part of this, the "msg" extra was removed because the python-oxmsg package is now a base dependency.
  • Fix disk space leaks and Windows errors when accessing file.name on a NamedTemporaryFile Uses of NamedTemporaryFile(..., delete=False) and/or uses of file.name of NamedTemporaryFiles have been replaced with TemporaryFileDirectory to avoid a known issue: https://docs.python.org/3/library/tempfile.html#tempfile.NamedTemporaryFile

0.15.8

Enhancements

  • Bump unstructured.paddleocr to 2.8.1.0.

Features

  • Add MixedbreadAI embedder Adds MixedbreadAI embeddings to support embedding via Mixedbread AI.

Fixes

  • Replace pillow-heif with pi-heif. Replaces pillow-heif with pi-heif due to more permissive licensing on the wheel for pi-heif.
  • Minify text_as_html from DOCX. Previously .metadata.text_as_html for DOCX tables was "bloated" with whitespace and noise elements introduced by tabulate that produced over-chunking and lower "semantic density" of elements. Reduce HTML to minimum character count without preserving all text.
  • Fall back to filename extension-based file-type detection for unidentified OLE files. Resolves a problem where a DOC file that could not be detected as such by filetype was incorrectly identified as a MSG file.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-deps group with 4 updates: [langchain](https://github.com/langchain-ai/langchain), [ollama](https://github.com/jmorganca/ollama-python), [openai](https://github.com/openai/openai-python) and [unstructured](https://github.com/Unstructured-IO/unstructured).


Updates `langchain` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.2.14...langchain==0.2.15)

Updates `ollama` from 0.3.1 to 0.3.2
- [Release notes](https://github.com/jmorganca/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.1...v0.3.2)

Updates `openai` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.42.0...v1.43.0)

Updates `unstructured` from 0.15.7 to 0.15.9
- [Release notes](https://github.com/Unstructured-IO/unstructured/releases)
- [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md)
- [Commits](Unstructured-IO/unstructured@0.15.7...0.15.9)

---
updated-dependencies:
- dependency-name: langchain
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: ollama
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: unstructured
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/pip/python-deps-cc78478490 branch September 9, 2024 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants